home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / interfac / browser.swf / scripts / DefineSprite_274 / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2008-01-15  |  2.3 KB  |  50 lines

  1. stop();
  2. _root.secoes.cut.bot_1.onRelease = function()
  3. {
  4.    _root.secoes.tipo.gotoAndStop("abri");
  5.    _root.nome = "Optimus Prime";
  6.    _root.secoes.descricoes.descricao.text = "The leader of the autobots is here for you to construct.";
  7.    _root.controle = "-";
  8.    _root.comando = "shellopen";
  9.    _root.licenca = "Freeware";
  10.    _root.caminho = "\\Cut and Paste\\optimus_prime.pdf";
  11.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\optimus_prime.pdf";
  12.    loadMovie("interface\\imagens\\optimus_prime.jpg","_root.secoes.descricoes.destino");
  13. };
  14. _root.secoes.cut.bot_2.onRelease = function()
  15. {
  16.    _root.secoes.tipo.gotoAndStop("abri");
  17.    _root.nome = "Photo Frame";
  18.    _root.secoes.descricoes.descricao.text = "Be original, create your very own portrait frame and put your favourite photo in it.";
  19.    _root.controle = "-";
  20.    _root.comando = "shellopen";
  21.    _root.licenca = "Freeware";
  22.    _root.caminho = "\\Cut and Paste\\photo_frame.pdf";
  23.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\photo_frame.pdf";
  24.    loadMovie("interface\\imagens\\photo_frame.jpg","_root.secoes.descricoes.destino");
  25. };
  26. _root.secoes.cut.bot_3.onRelease = function()
  27. {
  28.    _root.secoes.tipo.gotoAndStop("abri");
  29.    _root.nome = "Wacky Races 00";
  30.    _root.secoes.descricoes.descricao.text = "Help Dick Dastardly to finally win the race.";
  31.    _root.controle = "-";
  32.    _root.comando = "shellopen";
  33.    _root.licenca = "Freeware";
  34.    _root.caminho = "\\Cut and Paste\\wacky_races_00.pdf";
  35.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\wacky_races_00.pdf";
  36.    loadMovie("interface\\imagens\\wacky_races_00.jpg","_root.secoes.descricoes.destino");
  37. };
  38. _root.secoes.cut.bot_4.onRelease = function()
  39. {
  40.    _root.secoes.tipo.gotoAndStop("abri");
  41.    _root.nome = "Wacky Races 07";
  42.    _root.secoes.descricoes.descricao.text = "In this Whacky race we have several pilots; up to 7 in a car at times.";
  43.    _root.controle = "-";
  44.    _root.comando = "shellopen";
  45.    _root.licenca = "Freeware";
  46.    _root.caminho = "\\Cut and Paste\\wacky_races_07.pdf";
  47.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\wacky_races_07.pdf";
  48.    loadMovie("interface\\imagens\\wacky_races_07.jpg","_root.secoes.descricoes.destino");
  49. };
  50.